![]() | One Time Command Execution | DecodeData | ![]() |
Most applications require user-entered input data and inference-generated output data to be "packaged" into a string variable for sharing, storage and retrieval at runtime. There are two commands to enable this - @EncodeDataXML and @DecodeData. These commands generate/interpret the packaged data to/from XML format.
The @EncodeDataXML command can be used to automatically package all the data captured using dialogs for the runtime session. This command can also be used to package any other specified object data. The @DecodeData command is used to "unpackage" the data into their objects variables.